home *** CD-ROM | disk | FTP | other *** search
/ Nebula 2 / Nebula Two.iso / SourceCode / Palettes / TTools / TToolsPalette / TBinderList.subproj / SelPairAgent.h < prev    next >
Encoding:
Text File  |  1995-06-12  |  443 b   |  20 lines

  1. /* SelPairAgent.h
  2.  * Written By:  Thomas Burkholder
  3.  *
  4.  * You may freely copy, distribute, and reuse the code in this example.
  5.  * NeXT disclaims any warranty of any kind, expressed or  implied, as to its
  6.  * fitness for any particular use.
  7.  */
  8.  
  9. #import <appkit/appkit.h>
  10. #import "../Utilities.subproj/SortedStorage.h"
  11.  
  12. @interface SelPairAgent:Object <SortedStorageAgent>
  13. {
  14.     id    initialStorage;
  15.     id    secondaryStorage;
  16. }
  17.  
  18. - initFrom:anObject;
  19.  
  20. @end